Skip to content

Commit

Permalink
Removed bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mta630 committed May 18, 2020
1 parent 7f86114 commit 7a4a8b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
5 changes: 0 additions & 5 deletions db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ ENV MYSQL_DATABASE=Shmetsy \
MYSQL_ROOT_HOST=%

COPY ./schema.sql /docker-entrypoint-initdb.d/

# docker run -d \
# --publish 6603:3306 \
# --name=shmetsy-db db
# --volume=./data:/var/lib/mysql
12 changes: 1 addition & 11 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,4 @@ RUN npm install

# Copy app source from current host directory to container working directory
COPY . .
CMD ["npm", "start"]


# docker run -d \
# --publish 4200:4200 \
# -e MYSQL_USER='root' \
# -e MYSQL_PASSWORD='pass' \
# -e MYSQL_DATABASE='Shmetsy' \
# -e MYSQL_HOST='172.17.0.2' \
# --link shmetsy-db:db \
# --name=shmetsy-web server
CMD ["npm", "start"]
54 changes: 0 additions & 54 deletions web/public/bundle.js

This file was deleted.

0 comments on commit 7a4a8b8

Please sign in to comment.