Added nginx conf
This commit is contained in:
parent
7c7c83bc43
commit
e4711b1895
2 changed files with 46 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue