Eray114514 commited on
Commit
b76b48e
·
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="9c6a7cb9-b52d-41dd-ae7c-e0c88c813e77"
4
  RUN mkdir -p /.cache && \
5
  chmod -R 777 /.cache
6
  COPY api/ ./api/