mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
copy entire package
This commit is contained in:
parent
e5cd8dae1b
commit
df72cddebf
1
packages/app/.dockerignore
Normal file
1
packages/app/.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
@ -9,7 +9,7 @@ USER node
|
||||
EXPOSE 9000
|
||||
|
||||
COPY --chown=node:node package.json ./
|
||||
COPY --chown=node:node ./dist .
|
||||
COPY --chown=node:node . .
|
||||
|
||||
RUN chmod -R 777 /home/node/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user