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 aa1d861 commit bcbea94Copy full SHA for bcbea94
Dockerfile
@@ -11,6 +11,8 @@ WORKDIR /usr/src/app
11
COPY package.json /usr/src/app
12
RUN npm install
13
14
+RUN useradd ct
15
+
16
VOLUME /usr/src/app/site
17
CMD ["npm", "run", "build"]
18
0 commit comments