create config directory
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
5f3c8ed68c
commit
2e65a2938c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ COPY --from=builder /usr/local/cargo/bin/ewp /app/ewp
|
|||
COPY --from=builder /usr/src/ewp/LICENSE /app/LICENSE
|
||||
COPY --from=builder /usr/src/ewp/static /app/static
|
||||
|
||||
RUN mkdir /app/config
|
||||
RUN touch /app/config/config.toml
|
||||
|
||||
CMD [ "./ewp" ]
|
||||
|
|
Loading…
Reference in a new issue