Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Jun 26, 2022
1 parent 2ff5313 commit c467247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && apt update && apt install -y ca-c

WORKDIR /webapp
COPY ./artifact/$TARGETPLATFORM/naive ./naive
RUN chmod +x ./naive
COPY ./migrations ./migrations
COPY ./resources ./resources
COPY ./templates ./templates
Expand Down

0 comments on commit c467247

Please sign in to comment.