introduce the concept of a local dev environment
This commit is contained in:
@ -10,6 +10,8 @@ RUN python -m pip install sqspy
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
ENV LOCAL_DEV True
|
||||
|
||||
# Bundle app source
|
||||
COPY . /app
|
||||
|
||||
|
Reference in New Issue
Block a user