Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Misspelling in Dockerfile from previous task was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
imikailoby authored and anatoliliotych committed Jul 10, 2018
1 parent 8fcfcce commit c6fb1d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2203/0/Dockerfile
Expand Up @@ -23,8 +23,8 @@ RUN gem install bundler && bundle install --without development test

VOLUME ["$REDMINE_PATH/web"]

COPY docker/prepare-and-run-server.sh.sh /
RUN chmod +x /prepare-and-run-server.sh.sh
COPY docker/prepare-and-run-server.sh /
RUN chmod +x /prepare-and-run-server.sh

ENTRYPOINT ["/prepare-and-run-server.sh.sh"]
ENTRYPOINT ["/prepare-and-run-server.sh"]
EXPOSE 3000

0 comments on commit c6fb1d7

Please sign in to comment.