Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKai committed Oct 16, 2023
1 parent 857fe6b commit 976156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/management-system/src/backend/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ WORKDIR /opt/proceed-ms-server
# Copy complete build folder into docker image
COPY . .

RUN if [ "$OLD" = "true" ] ; then npm install ; else mv package.json temp.json && npm install vm2 && mv temp.json package.json ; fi \
RUN if [ "$OLD" = "true" ] ; then npm install ; else mv package.json temp.json && npm install vm2 && mv temp.json package.json && rm -rf frontend && rm -rf puppeteerPages ; fi \
# Add user so we don't need --no-sandbox for Chrome/Puppeteer.
# same layer as npm install to keep re-chowned files from using up several hundred MBs more space
&& groupadd -r proceed && useradd -r -g proceed -G audio,video proceed \
Expand Down

0 comments on commit 976156e

Please sign in to comment.