This commit is contained in:
parent
eaaaf91cb2
commit
eea84bf03d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ WORKDIR /app
|
|||
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
|
||||
COPY --from=builder /usr/src/ewp/templates /app/templates
|
||||
|
||||
RUN mkdir /app/config
|
||||
RUN touch /app/config/config.toml
|
||||
|
|
Loading…
Reference in a new issue