Skip to content

Commit

Permalink
frontend: fix docker run ports | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 8, 2024
1 parent 7179312 commit 7309137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions frontend/infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
build:
context: ../
dockerfile: infrastructure/docker/Dockerfile

6 changes: 3 additions & 3 deletions frontend/infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
env_file: .env
restart: unless-stopped
ports:
- "${SERVER_PORT}:3000"
- ${SERVER_PORT}:3000

0 comments on commit 7309137

Please sign in to comment.