Skip to content

Commit

Permalink
Please just work....
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik committed Aug 24, 2024
1 parent 79ef206 commit 22515db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ RUN npm i --force && \
WORKDIR /app

RUN mv /build/build /app && \
mv /build/entrypoint.sh /app && \
rm -rf /build

EXPOSE 3000

ENTRYPOINT [ "bash", "entrypoint.sh" ]
ENTRYPOINT [ "bash", "/app/entrypoint.sh" ]

0 comments on commit 22515db

Please sign in to comment.