Skip to content

Commit

Permalink
Dockerise
Browse files Browse the repository at this point in the history
  • Loading branch information
imsickofmaps committed Mar 3, 2020
1 parent 34b1056 commit 4aa1627
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ RUN apt-get update \

COPY package.json .
RUN yarn install
# COPY yarn.lock .

# RUN yarn install --frozen-lockfile

COPY . .

CMD ["node", "src/index.js"]
CMD ["node", "src/index.js"]

0 comments on commit 4aa1627

Please sign in to comment.