fix: Fix up some stuff
This commit is contained in:
parent
dd9a4b6b60
commit
effa4e4cf7
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:stable-alpine
|
||||
COPY dist /usr/share/nginx/html
|
||||
COPY build/client /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue