Added nginx conf

This commit is contained in:
Dunemask 2022-12-26 19:55:55 -05:00
parent 7c7c83bc43
commit e4711b1895
2 changed files with 46 additions and 0 deletions

View file

@ -1,6 +1,7 @@
FROM nginx:alpine
# Install Node
RUN apk add --update npm
COPY nginx/nginx.conf /etc/nginx/nginx.conf
WORKDIR /build
# Dependencies
COPY package.json package.json