Skip to content

Commit

Permalink
Fixed snipe#8884: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloLuna committed Dec 10, 2020
1 parent 99adfb0 commit 1682028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ VOLUME ["/var/lib/snipeit"]

# Entrypoints
COPY docker/entrypoint_alpine.sh /entrypoint.sh
RUN chmod +x /entrypoint.shf
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/sbin/tini", "--"]

Expand Down

0 comments on commit 1682028

Please sign in to comment.