mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -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/out out
|
||||||
COPY --from=build /usr/src/app/dist dist
|
COPY --from=build /usr/src/app/dist dist
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
COPY assets assets
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
ENTRYPOINT [ "node", "./out/server/index.js" ]
|
ENTRYPOINT [ "node", "./out/server/index.js" ]
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
monofile:
|
monofile:
|
||||||
|
container_name: "monofile"
|
||||||
image: monofile
|
image: monofile
|
||||||
build: .
|
build: .
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Loading…
Reference in a new issue