ltxlong commited on
Commit
17db3f0
·
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="787c5352-6c09-4217-a6f3-3a5b3e1fd8bc"
4
  RUN mkdir -p /.cache && \
5
  chmod -R 777 /.cache
6
  COPY api/ ./api/