Change workdir on front
This commit is contained in:
parent
4f9a18e6a1
commit
c574ac60e5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get -y update && \
|
|||
&& \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
WORKDIR /var/www/fic-server/front/
|
||||
WORKDIR /var/www/fic-server/
|
||||
|
||||
# Copying files #######################################################
|
||||
|
||||
|
|
|
|||
Reference in a new issue