mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-15 01:49:10 +00:00
modernize dependencies
This commit is contained in:
parent
ea51d94c16
commit
5a1fc526db
22 changed files with 8578 additions and 22658 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM node:9.3 AS builder
|
||||
FROM node:10 AS builder
|
||||
ENV NODE_ENV production
|
||||
RUN npm i -g yarn
|
||||
COPY . /src
|
||||
RUN cd /src/UI && yarn && yarn build && cd /src/Server && yarn && mkdir public && mv /src/UI/build/* public
|
||||
|
||||
FROM mhart/alpine-node:9.3
|
||||
FROM mhart/alpine-node:10
|
||||
ENV NODE_ENV production
|
||||
WORKDIR /dist
|
||||
EXPOSE 6769
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue