ci: add docker-build
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
||||
RUN apt-get update && apt-get install -y curl && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
npm install -g sass && \
|
||||
NODE_OPTIONS=--dns-result-order=ipv4first npm install -g sass && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
@@ -11,4 +11,4 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD flask run
|
||||
CMD flask run --host 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user