game-wake-wolf commited on
Commit
9b6e824
·
verified ·
1 Parent(s): 0c34b5c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM golang:1.23-bullseye
2
  WORKDIR /app
 
3
  RUN mkdir -p /.cache && \
4
  chmod -R 777 /.cache
5
  COPY api/ ./api/
 
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/