Skip to content

Commit b839719

Browse files
test
1 parent cafc1b3 commit b839719

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ COPY . .
1111
RUN npx nuxt build
1212

1313
EXPOSE 3000
14-
ENV NODE_ENV=production
1514

1615
CMD ["node", ".output/server/index.mjs"]

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ services:
55
restart: unless-stopped
66
ports:
77
- "3000:3000"
8+
volumes:
9+
- ./studio_data:/app/.data
810
env_file:
9-
- .env
11+
- .env

0 commit comments

Comments
 (0)