Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
halephu01 committed Jul 2, 2024
1 parent f8667aa commit afa40a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ WORKDIR /src/app
COPY ./package*.json .

RUN npm install
RUN npm install -g typescript
RUN chmod a+x node_modules/.bin/tsc
RUN npm install concurrently
RUN npm install stripe

COPY . .

RUN npx tsc

CMD [ "npm", "run", "dev" ]
CMD [ "npm", "start"]

EXPOSE 7000

Expand Down

0 comments on commit afa40a7

Please sign in to comment.