Skip to content

Commit

Permalink
Fix script name in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Sep 11, 2024
1 parent d22bbc1 commit fd3f8f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# syntax=docker/dockerfile:1

# This file can only be used internally at Met.no.

# build:
# docker buildx build -t sedr -f Dockerfile .

Expand All @@ -21,7 +19,7 @@ RUN apt-get update && \

# Set workdir and install app with requirements.
WORKDIR /app
COPY 07-edr-spesifics.py requirements.txt pytest.ini ./
COPY *.py requirements.txt pytest.ini ./
RUN python3 -m venv ./venv && \
./venv/bin/pip install -r /app/requirements.txt

Expand Down

0 comments on commit fd3f8f8

Please sign in to comment.