revert file
This commit is contained in:
parent
5227015bb7
commit
0d9a1b35f0
@ -1,4 +1,4 @@
|
||||
FROM nexus.knecon.com:5001/node:20.5-buster as builder
|
||||
FROM node:20.5-buster as builder
|
||||
|
||||
WORKDIR /ng-app
|
||||
|
||||
@ -31,7 +31,7 @@ CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"]
|
||||
### STAGE 2: Setup ###
|
||||
|
||||
|
||||
FROM nexus.knecon.com:5001/nginx:1.25.2-alpine
|
||||
FROM nginx:1.25.2-alpine
|
||||
|
||||
## Copy our default nginx config
|
||||
COPY docker/common/nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user