Skip to content

Commit

Permalink
Merge pull request #86 from Code-Hammers/docker-testing
Browse files Browse the repository at this point in the history
docker updates
  • Loading branch information
brok3turtl3 authored Apr 23, 2024
2 parents 5c136aa + 7d8bbc9 commit 575a8a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#SET NODE VERSION
FROM node:18.17.1

#INSTALL WEBPACK GLOBALLY
RUN npm install webpack -g

#CONTAINER WORKING DIRECTORY
WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3"
services:
dev:
image: brok3turtl3/codehammers:latest
container_name: mm-ch-dev
image: codehammers/ch-dev:latest
container_name: ch-dev
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit 575a8a2

Please sign in to comment.