Skip to content

Commit

Permalink
build: give permissions to target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 29, 2023
1 parent 500639b commit 482a9a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM ghcr.io/winstxnhdw/tectonic-api:main

ENV SERVER_PORT 7860

RUN mkdir /target
RUN chmod 777 /target

0 comments on commit 482a9a1

Please sign in to comment.