mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
fix: correct nginx config file copy command in Dockerfile
This commit is contained in:
parent
926eda7cb0
commit
e5898aab0d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ FROM nginx:stable-alpine
|
|||
# Copy built files from builder stage
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
# Move the customized nginx config file to the nginx folder
|
||||
RUN mv /usr/share/nginx/html/.docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
# Copy the customized nginx config file to the nginx folder
|
||||
COPY .docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue