1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Fix docker run

This commit is contained in:
Adria Navarro 2023-05-19 19:56:19 +02:00
parent 040d5f2dcb
commit 07e0f189bb
3 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,3 @@
*
!/dist/
!/dist/
!/docker_run.sh

View file

@ -18,6 +18,7 @@ RUN apk del .gyp \
&& yarn cache clean
COPY dist/ dist/
COPY docker_run.sh .
EXPOSE 4001

View file

@ -12,7 +12,6 @@
"outputFileName": "index.js",
"tsConfig": "packages/worker/tsconfig.build.json",
"assets": [
"packages/worker/docker_run.sh",
{
"glob": "**/*.hbs",
"input": "packages/worker/src/constants/templates",