mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 12:26:36 -05:00
Added Dockerfile and some fixed some bugs
This commit is contained in:
parent
a8d677c34e
commit
0f37f195a9
11 changed files with 59 additions and 93 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:stable-alpine
|
||||
COPY docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./dist /usr/share/nginx/html
|
||||
Loading…
Add table
Add a link
Reference in a new issue