Skip to content

Commit

Permalink
Rename static dir to public
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfarrow committed Nov 13, 2022
1 parent df05264 commit 7cb18ee
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 @@ -53,7 +53,7 @@ USER 1000
# Copy just the binary from our build stage
COPY --from=chosen_builder /usr/local/cargo/bin/nolooking /usr/local/bin/nolooking
COPY run_nolooking /usr/local/bin/run_nolooking
COPY --chown=1000:1000 static/ /usr/share/nolooking/static/
COPY --chown=1000:1000 public/ /usr/share/nolooking/public/

# Expose any necessary ports
EXPOSE 4444
Expand Down

0 comments on commit 7cb18ee

Please sign in to comment.