Skip to content

Commit 53c3a51

Browse files
Allow default env file
1 parent 9bc8d5c commit 53c3a51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ USER node
1313
COPY --chown=node:node . .
1414

1515
RUN \
16-
# Allow mounting of these files, which have no default
17-
touch .env ; \
1816
# Create directories for the volumes to inherit the correct permissions
1917
mkdir -p /app/client/public/images /app/api/logs ; \
2018
npm config set fetch-retry-maxtimeout 600000 ; \

0 commit comments

Comments
 (0)