We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc1b3 commit b839719Copy full SHA for b839719
2 files changed
Dockerfile
@@ -11,6 +11,5 @@ COPY . .
11
RUN npx nuxt build
12
13
EXPOSE 3000
14
-ENV NODE_ENV=production
15
16
CMD ["node", ".output/server/index.mjs"]
docker-compose.yml
@@ -5,5 +5,7 @@ services:
5
restart: unless-stopped
6
ports:
7
- "3000:3000"
8
+ volumes:
9
+ - ./studio_data:/app/.data
10
env_file:
- - .env
+ - .env
0 commit comments