Skip to content

Commit bb4b89b

Browse files
authored
Create config.js in Dockerfile (#218)
1 parent 1395c58 commit bb4b89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY --from=builder /usr/local/bin/static-web-server /usr/local/bin
3232
COPY --from=builder /service/package.json.run ./package.json
3333
USER root
3434
# make some dirs and files writeable for the appuser
35-
RUN chown appuser ./dist ./dist/config.js ./package.json
35+
RUN touch ./dist/config.js && chown appuser ./dist ./dist/config.js ./package.json
3636
USER appuser
3737
# install run script
3838
COPY run.js ./run.mjs

0 commit comments

Comments
 (0)