Skip to content

Commit

Permalink
Add nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Svidunovich authored and Kirill Svidunovich committed Oct 29, 2023
1 parent 9d0c33f commit e69097e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM nginx:1.19.3-alpine
LABEL description="Hakaton Team 14 Nginx gateway" \
version="1.0" \
maintainer="TheSuncatcher222" \
deployer="https://github.com/TheSuncatcher222"
COPY nginx.conf /etc/nginx/templates/default.conf.template

0 comments on commit e69097e

Please sign in to comment.