Skip to content

Commit

Permalink
Fix no such file
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy authored Oct 4, 2023
1 parent 60996e1 commit 20c6b8d
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 @@ -36,7 +36,7 @@ ARG CACHEBUST=1

RUN cd /altv && npx altv-pkg ${BRANCH}
RUN chmod +x /altv/altv-server
RUN chmod +x /altv/altv-crash-handler
RUN chmod -f +x /altv/altv-crash-handler || true


ENTRYPOINT [ "/root/entrypoint.sh" ]

0 comments on commit 20c6b8d

Please sign in to comment.