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