updated docker file

pull/24/head
Akhil Gupta 4 years ago
parent 6788bf587b
commit 67f040a7fb

@ -32,6 +32,7 @@ RUN chmod 777 /config; \
WORKDIR /api WORKDIR /api
COPY --from=builder /api/app . COPY --from=builder /api/app .
COPY client ./client COPY client ./client
COPY webassets ./webassets
EXPOSE 8080 EXPOSE 8080

Loading…
Cancel
Save