Skip to content

Commit

Permalink
Lowering NodeJS version until ts-node-dev fixes a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JVictorV committed Apr 24, 2020
1 parent be3f801 commit 71caf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:13-alpine

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand All @@ -12,4 +12,4 @@ COPY . .

EXPOSE 8080

CMD yarn start
CMD yarn start

0 comments on commit 71caf0e

Please sign in to comment.