Skip to content

Commit dfc50ca

Browse files
Merge pull request #208 from OS2iot/feature/iot_1433_accesscontrol
Feature/iot 1433 accesscontrol
2 parents ffd7d79 + d7620ba commit dfc50ca

File tree

10 files changed

+52
-88
lines changed

10 files changed

+52
-88
lines changed

Dockerfile-prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ COPY . /app
2525
# Build the project and copy the files
2626
RUN npm run ng build -- --deploy-url=/ --c production
2727

28-
FROM bitnami/nginx:latest
28+
FROM bitnamilegacy/nginx:latest
2929

3030
#!/bin/sh
3131

32-
COPY ./.nginx/nginx.conf /opt/bitnami/nginx/conf/server_blocks/frontend.conf
32+
COPY ./.nginx/nginx.conf /opt/bitnamilegacy/nginx/conf/server_blocks/frontend.conf
3333

3434
## Remove default nginx index page
3535
# RUN rm -rf /app/*

0 commit comments

Comments
 (0)