Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Jun 14, 2021
1 parent 656d58a commit 929fec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config-in-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM node:14-buster AS build
# Set working directory and node user
WORKDIR /home/node/lowdefy

RUN chown node:node /home/node/lowdefy

USER node

# Copy app config, and change ownership of files to "node" user
Expand Down

0 comments on commit 929fec1

Please sign in to comment.