Skip to content

Commit

Permalink
Merge branch 'master' of github.com:akadapa/pharos-graphql-server
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa committed Jun 18, 2024
2 parents cb13d62 + 47074a3 commit b7faaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20.5.0
WORKDIR /app
COPY . /app

Expand All @@ -7,4 +7,4 @@ RUN npm install
RUN npm install sqlite3
RUN npm install -g [email protected]
RUN tsc
CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit b7faaa8

Please sign in to comment.