This commit is contained in:
parent
7f01fe98db
commit
fdd683c2c7
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/LICENSE /app/LICENSE
|
||||||
COPY --from=builder /usr/src/ewp/static /app/static
|
COPY --from=builder /usr/src/ewp/static /app/static
|
||||||
COPY --from=builder /usr/src/ewp/templates /app/templates
|
COPY --from=builder /usr/src/ewp/templates /app/templates
|
||||||
|
COPY --from=builder /usr/src/ewp/data /app/data
|
||||||
|
|
||||||
RUN mkdir /app/config
|
RUN mkdir /app/config
|
||||||
RUN touch /app/config/config.toml
|
RUN touch /app/config/config.toml
|
||||||
|
|
Loading…
Reference in a new issue