Skip to content

Commit

Permalink
Add static files to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Jul 13, 2020
1 parent f792c3c commit 95fa567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --from=dependencies /usr/bin/svgcleaner /usr/bin/svgcleaner
WORKDIR /var/www/

COPY --from=dependencies /tmp/build/out/resizer .
COPY ./app/static .
COPY ./app/static ./static

ENV PORT=3000
EXPOSE $PORT
Expand Down

0 comments on commit 95fa567

Please sign in to comment.