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 4a01c75 commit 6a97d59Copy full SHA for 6a97d59
Dockerfile
@@ -19,6 +19,8 @@ COPY yarn.lock /usr/src/app
19
20
RUN yarn install
21
22
+RUN npm run build
23
+
24
COPY . /usr/src/app
25
# ADD nginx.conf.sigil /
26
0 commit comments