TAisBUG commited on
Commit
fe7489d
·
verified ·
1 Parent(s): cabd13c

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="8f88f320-9a65-db2e-db1c-2eeb4462f88f"
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="18b15701-c2fc-c38b-369b-a2f32781e50a"
4
  RUN mkdir -p /.cache && \
5
  chmod -R 777 /.cache
6
  COPY api/ ./api/