Version 1.0.0-beta.2 #2

Merged
AstroGD merged 6 commits from dev into main 2022-11-24 23:30:25 +01:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit df8d186139 - Show all commits

View File

@ -10,4 +10,5 @@ ENV NODE_ENV=production
COPY --from=builder node_modules ./node_modules
COPY build/ .
VOLUME [ "/usr/src/app/data" ]
EXPOSE 80
CMD ["node", "--enable-source-maps", "index.js"]

View File

@ -3,6 +3,8 @@ services:
app:
image: astrogd/white-leopard:dev
build: ./
ports:
- 80:80
tty: true
stdin_open: true
depends_on: