mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
ci: adjust npm & node versions and use npm ci
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Dependencies need to be installed beforehand
|
||||
# Needs to be build beforehand
|
||||
# docker build -t registry.gitlab.com/openstapps/app/executable:core-x.y -f Dockerfile.Executable .
|
||||
FROM node:10-alpine
|
||||
FROM node:14-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
@@ -17,4 +17,4 @@ EXPOSE 8100
|
||||
RUN npm rebuild node-sass
|
||||
|
||||
# Starts the app
|
||||
CMD ng run app:serve --host=0.0.0.0 --port=8100
|
||||
CMD ng run app:serve --host=0.0.0.0 --port=8100
|
||||
|
||||
Reference in New Issue
Block a user