Skip to content

Commit a3e7512

Browse files
committed
Update Dockerfile
1 parent 605184c commit a3e7512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
1111

1212
COPY . /opt/warpgate
1313

14-
ENV SOURCE_DATE_EPOCH=0 # for rust-embed determinism
14+
ENV SOURCE_DATE_EPOCH 0 # for rust-embed determinism
1515
RUN cd /opt/warpgate \
1616
&& just npm ci \
1717
&& just openapi \

0 commit comments

Comments
 (0)