Skip to content

Commit 0b1919e

Browse files
committed
website is live, testing command to collect static during pipeline build
1 parent 980c883 commit 0b1919e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ENV PYTHONUNBUFFERED 1
1010

1111
# create the static file directories
1212
ENV HOME=/
13-
RUN mkdir $HOME/static
14-
WORKDIR /
13+
RUN mkdir /static
14+
WORKDIR $HOME
1515

1616
# install dependencies
1717
RUN pip install --upgrade pip

0 commit comments

Comments
 (0)