build the thing
This commit is contained in:
parent
f398cb51dd
commit
083335f7be
@ -12,6 +12,8 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm install pm2 -g
|
RUN npm install pm2 -g
|
||||||
|
|
||||||
|
RUN npm run build
|
||||||
|
|
||||||
CMD pm2 start process.yml && tail -f /dev/null
|
CMD pm2 start process.yml && tail -f /dev/null
|
||||||
|
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
Loading…
x
Reference in New Issue
Block a user