initial checkin with timed order ui
This commit is contained in:
5
deploy/Dockerfile
Normal file
5
deploy/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM nginx:stable-alpine
|
||||
RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf
|
||||
COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY dist /app
|
||||
CMD ["nginx"]
|
||||
Reference in New Issue
Block a user