We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605184c commit a3e7512Copy full SHA for a3e7512
docker/Dockerfile
@@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
11
12
COPY . /opt/warpgate
13
14
-ENV SOURCE_DATE_EPOCH=0 # for rust-embed determinism
+ENV SOURCE_DATE_EPOCH 0 # for rust-embed determinism
15
RUN cd /opt/warpgate \
16
&& just npm ci \
17
&& just openapi \
0 commit comments