mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 05:26:27 -08:00
copy over assets to image
This commit is contained in:
parent
a25d268d19
commit
be5ec97450
|
@ -21,6 +21,7 @@ COPY --from=install /tmp/prod/node_modules node_modules
|
|||
COPY --from=build /usr/src/app/out out
|
||||
COPY --from=build /usr/src/app/dist dist
|
||||
COPY package.json .
|
||||
COPY assets assets
|
||||
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT [ "node", "./out/server/index.js" ]
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
monofile:
|
||||
container_name: "monofile"
|
||||
image: monofile
|
||||
build: .
|
||||
env_file: .env
|
||||
|
|
Loading…
Reference in a new issue