Skip to content

Commit

Permalink
Dockerfile test#3
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Jun 25, 2024
1 parent b84e276 commit 5074375
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ RUN apk update && apk add tzdata ca-certificates bash

ENV WORKDIR /app
ADD ./main $WORKDIR/main
ADD ./manifest/i18n $WORKDIR/i18n

RUN chmod +x $WORKDIR/main

WORKDIR $WORKDIR
CMD /app/main
CMD ./main

0 comments on commit 5074375

Please sign in to comment.