Fix some stuff from rebase.

This commit is contained in:
Drew Larson
2017-05-23 19:27:15 -06:00
parent ea0b2b1052
commit 8b4af40a10
2 changed files with 3 additions and 5 deletions
+3
View File
@@ -1,4 +1,7 @@
FROM python:3.6
RUN apt-get install curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs
RUN mkdir /code
WORKDIR /code
RUN mkdir requirements
-5
View File
@@ -8,11 +8,6 @@ services:
ports:
- "8000:8000"
- "62260:62260"
depends_on:
- webpack
links:
- redis
- db
volumes:
- ./bikeshop_project:/code:rw
volumes_from: