Rename container to align with how the site is currently used.

This commit is contained in:
Alexis Werefox 2021-10-17 22:55:24 +00:00
parent 63b17945ab
commit 63a9c949dc
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
set -xe set -xe
APP_FOLDER=info APP_FOLDER=info
CONTAINER_NAME=node CONTAINER_NAME=werefox-dev
MODE=$1 MODE=$1
x=$(sudo docker container ls | grep next-js | wc -l) x=$(sudo docker container ls | grep next-js | wc -l)

View File

@ -2,9 +2,9 @@
version: "3" version: "3"
services: services:
node: "werefox-dev":
image: next-js:latest image: next-js:latest
container_name: node container_name: werefox-dev
build: . build: .
volumes: volumes:
- ./src:/usr/src/app/ - ./src:/usr/src/app/