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:
parent
ea0b2b1052
commit
8b4af40a10
@ -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
|
||||
|
@ -8,11 +8,6 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "62260:62260"
|
||||
depends_on:
|
||||
- webpack
|
||||
links:
|
||||
- redis
|
||||
- db
|
||||
volumes:
|
||||
- ./bikeshop_project:/code:rw
|
||||
volumes_from:
|
||||
|
Loading…
x
Reference in New Issue
Block a user