mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Fix some stuff from rebase.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user