generated from lucien/api-template
Added basic frontend
This commit is contained in:
parent
eb0136097e
commit
ae1fea3790
12 changed files with 411 additions and 155 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue