Skip to content

Commit

Permalink
Merge pull request #5 from Melodyn/master
Browse files Browse the repository at this point in the history
replace tmp to opt
  • Loading branch information
mokevnin committed Jun 22, 2020
2 parents 740b910 + c23a0bb commit 19bea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN pip3 install yamllint yq
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs
RUN npm install -g ajv-cli

COPY ./common /tmp/basics/common
COPY ./common /opt/basics/common

0 comments on commit 19bea78

Please sign in to comment.