Add script files to Docker image
This commit is contained in:
parent
20d694d615
commit
d471fe0f02
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ WORKDIR /app
|
|||
COPY --from=builder /app/main /app/.
|
||||
COPY --from=builder /app/public /app/public
|
||||
COPY --from=builder /app/test.jpg /app/test.jpg
|
||||
COPY --from=builder /app/scripts /app/scripts
|
||||
#COPY --from=builder /app/.env /app/.env
|
||||
# create images and storage folder
|
||||
RUN mkdir images
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue