Update Dockerfile.static
All checks were successful
Build, check & Test / run (push) Successful in 2m7s
All checks were successful
Build, check & Test / run (push) Successful in 2m7s
This commit is contained in:
parent
327dfed80a
commit
6711a1f941
@ -32,7 +32,7 @@ FROM docker.io/nginx:1-alpine
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
# Copy the nginx config
|
||||
ADD ./.docker/nginx.conf /etc/nginx/nginx.conf
|
||||
ADD ./nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy dist fro mthe build image
|
||||
COPY --from=BUILD_IMAGE /home/node/dist ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user