mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: update dependencies
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
FROM registry.gitlab.com/openstapps/projectmanagement/node
|
||||
|
||||
USER root
|
||||
RUN apk add --update python3 py3-pip make g++
|
||||
|
||||
USER node
|
||||
ADD --chown=node:node . /app
|
||||
RUN find /app -type d -print0 | xargs -0 -r chmod 775 && find /app -type f -print0 | xargs -0 -r chmod 660
|
||||
WORKDIR /app
|
||||
RUN npm ci && npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user