1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Fix some stuff from rebase.

This commit is contained in:
Drew Larson 2017-01-19 21:53:55 -06:00
parent ea0b2b1052
commit 8b4af40a10
2 changed files with 3 additions and 5 deletions

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

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: