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 d23f873 commit c378e5cCopy full SHA for c378e5c
.gitignore
@@ -33,4 +33,5 @@ Temporary Items
33
.pem
34
35
#temp directory ignore
36
-deploy/
+deploy/
37
+service/python/Dockerfile
app/Dockerfile
@@ -2,7 +2,6 @@ FROM nginx:1.23-alpine-slim
2
3
RUN apk add --update nodejs npm
4
5
-# RUN npm install -g @oracle/ojet-cli
6
7
WORKDIR /usr/share/build
8
@@ -16,6 +15,7 @@ COPY scripts/ /usr/share/build/scripts/
16
15
COPY *.json /usr/share/build/
17
18
RUN npm install
+RUN npm install -g @oracle/ojet-cli
19
RUN npx ojet build web --release
20
21
EXPOSE 80
0 commit comments