master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit c0e19f237b - Show all commits

View File

@ -63,5 +63,8 @@ EXPOSE 80
ARG version_code
ENV VERSION_CODE=$version_code
# Set executable permission to start file
RUN chmod +x bin/start
# Start the application.
CMD ["bin/start"]