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 463c2a2 commit 7c5ce01Copy full SHA for 7c5ce01
Dockerfile
@@ -9,7 +9,7 @@ COPY package.json package-lock.json* ./
9
RUN npm ci && npm cache clean --force
10
11
COPY . .
12
-# RUN make compile
+RUN make compile
13
14
EXPOSE 8080
15
0 commit comments