Skip to content

Commit

Permalink
Revert "Revert "the application would not run propperly(#10)" (#11)"
Browse files Browse the repository at this point in the history
This reverts commit df84965.
  • Loading branch information
bernes1 authored Aug 26, 2023
1 parent df84965 commit ca07402
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 ./src /app/
COPY . .
CMD ["node", "/app/src/index.js"]

0 comments on commit ca07402

Please sign in to comment.