chore: add building web app image - skip e2e (#2857)

This commit is contained in:
Karol Sójko
2024-03-07 13:28:13 +01:00
committed by GitHub
parent d2404ba276
commit 9238759d38
2 changed files with 42 additions and 0 deletions

4
packages/web/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY ./dist /usr/share/nginx/html