fixed a silly dockerfile issue, I think
This commit is contained in:
@@ -21,8 +21,7 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Make start.sh executable
|
# Make start.sh executable
|
||||||
COPY start.sh .
|
RUN chmod +x /app/start.sh
|
||||||
RUN chmod +x ./start.sh
|
|
||||||
|
|
||||||
# Expose the port the app runs on
|
# Expose the port the app runs on
|
||||||
EXPOSE 1986
|
EXPOSE 1986
|
||||||
|
|||||||
Reference in New Issue
Block a user