Added basic frontend

This commit is contained in:
Lukian 2025-03-24 10:49:09 +01:00
parent eb0136097e
commit ae1fea3790
12 changed files with 411 additions and 155 deletions

View file

@ -8,5 +8,5 @@ WORKDIR /app
COPY back .
RUN npm install
COPY --from=build /app/dist /app/public
EXPOSE 80
EXPOSE 3000
CMD ["node", "index.js"]