mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #712 from Human-Connection/dependabot/docker/webapp/node-12.3.1-alpine
Bump node from 10-alpine to 12.3.1-alpine in /webapp
This commit is contained in:
commit
13a2f771f8
@ -1,4 +1,4 @@
|
||||
FROM node:10-alpine as base
|
||||
FROM node:12.3.1-alpine as base
|
||||
LABEL Description="Web Frontend of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)"
|
||||
|
||||
EXPOSE 3000
|
||||
@ -18,7 +18,7 @@ COPY . .
|
||||
|
||||
FROM base as build-and-test
|
||||
RUN cp .env.template .env
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
RUN yarn install --ignore-engines --production=false --frozen-lockfile --non-interactive
|
||||
RUN yarn run build
|
||||
|
||||
FROM base as production
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user