We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de439db commit 8551babCopy full SHA for 8551bab
.dockerignore
@@ -2,4 +2,5 @@ node_modules
2
.git/
3
*.tar
4
*.tgz
5
-test_results
+test_results
6
+!dist
Dockerfile
@@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile && yarn cache clean
10
11
COPY . .
12
13
-RUN yarn run compile
+RUN yarn run build
14
15
RUN chown -R node: .
16
0 commit comments