Clean up dockerfile a bit
This commit is contained in:
parent
c612ece41d
commit
d88069adfe
|
@ -13,14 +13,7 @@ FROM base
|
||||||
|
|
||||||
COPY --from=builder /install /usr/local
|
COPY --from=builder /install /usr/local
|
||||||
|
|
||||||
COPY ./app.py /app/app.py
|
COPY . /app
|
||||||
COPY ./data.json /app/data.json
|
|
||||||
|
|
||||||
COPY ./templates /app/templates
|
|
||||||
|
|
||||||
COPY ./static /app/static
|
|
||||||
|
|
||||||
COPY ./data /app/data
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue