Skip to content

Commit

Permalink
Revert "the application would not run propperly(#10)"
Browse files Browse the repository at this point in the history
This reverts commit 503e0fa.
  • Loading branch information
bernes1 authored Aug 26, 2023
1 parent 503e0fa commit c8fc007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
COPY ./src /app/
CMD ["node", "/app/src/index.js"]

0 comments on commit c8fc007

Please sign in to comment.