This commit is contained in:
parent
caab73a934
commit
02987b6a89
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ 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
|
||||||
|
|
||||||
RUN mkdir /app/config \
|
RUN mkdir /app/config \
|
||||||
&& mkdir /app/data \
|
|
||||||
&& touch /app/config/config.toml
|
&& touch /app/config/config.toml
|
||||||
|
|
||||||
CMD [ "./ewp" ]
|
CMD [ "./ewp" ]
|
||||||
|
|
Loading…
Reference in a new issue