Browse Source

config.yml fix

dependabot/pip/requirements/sqlalchemy-1.3.0
hallouma875 6 years ago
parent
commit
1b088d560e
  1. 1
      Dockerfile

1
Dockerfile

@ -1,5 +1,6 @@
FROM node:dubnium
WORKDIR /nest-server
COPY . .
RUN yarn install
CMD ["yarn", "start"]
Loading…
Cancel
Save