Skip to content

Commit

Permalink
Cleaned up Dockerfile abit
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonex committed May 21, 2024
1 parent 7a87638 commit d01f53a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM node:16.3-alpine3.12
FROM node:16-alpine

# Enable yarn
# RUN npm i -g corepack
RUN apk update
RUN apk add python3 python2 make g++ bash
# RUN apk add g++ make python
RUN yarn add global node-gyp

RUN mkdir /app
Expand All @@ -13,6 +10,5 @@ COPY package.json /app/package.json
RUN yarn --frozen-lockfile

COPY . /app
# RUN yarn build

CMD ["yarn","start"]

0 comments on commit d01f53a

Please sign in to comment.