longxingdeng commited on
Commit
d717b65
·
verified ·
1 Parent(s): c3f457b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM golang:1.23-bullseye
2
  WORKDIR /app
3
- ENV UUID="1c5627f1-b002-4c28-914f-95605ee34758"
4
  RUN mkdir -p /.cache && \
5
  chmod -R 777 /.cache
6
  COPY api/ ./api/
 
1
  FROM golang:1.23-bullseye
2
  WORKDIR /app
3
+ ENV UUID="0e0946d8-cb6c-46ba-a554-049075d20a86"
4
  RUN mkdir -p /.cache && \
5
  chmod -R 777 /.cache
6
  COPY api/ ./api/