5 lines
51 B
Docker
5 lines
51 B
Docker
|
FROM nginx
|
||
|
|
||
|
COPY dist /src
|
||
|
|
||
|
RUN yarn global add pm2
|