Skip to content

Commit c378e5c

Browse files
committed
readme updates
1 parent d23f873 commit c378e5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ Temporary Items
3333
.pem
3434

3535
#temp directory ignore
36-
deploy/
36+
deploy/
37+
service/python/Dockerfile

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM nginx:1.23-alpine-slim
22

33
RUN apk add --update nodejs npm
44

5-
# RUN npm install -g @oracle/ojet-cli
65

76
WORKDIR /usr/share/build
87

@@ -16,6 +15,7 @@ COPY scripts/ /usr/share/build/scripts/
1615
COPY *.json /usr/share/build/
1716

1817
RUN npm install
18+
RUN npm install -g @oracle/ojet-cli
1919
RUN npx ojet build web --release
2020

2121
EXPOSE 80

0 commit comments

Comments
 (0)