Skip to content

Commit

Permalink
chore: use correct webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
muchasxmaracas committed Jan 9, 2025
1 parent fc37b9f commit f935daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM nginx:alpine
COPY --from=build /app/dist/gallowhead /usr/share/nginx/html

# Copy custom Nginx configuration (if needed)
COPY deploy/webserver/default-prod.conf /etc/nginx/conf.d/default.conf
COPY deploy/webserver/default-test.conf /etc/nginx/conf.d/default.conf

# Expose port 80
EXPOSE 80
Expand Down

0 comments on commit f935daf

Please sign in to comment.