Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ yarn-error.log*
!.yarn/versions

.browserslistrc
.agents
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV NLS_LANG=AMERICAN_RUSSIA.AL32UTF8
USER homs
WORKDIR /opt/homs

COPY --chown=homs Gemfile Gemfile.lock Rakefile config.ru package.json yarn.lock eslint.config.mjs .yarnrc.yml .babelrc tsconfig.json /opt/homs/
COPY --chown=homs Gemfile Gemfile.lock Rakefile config.ru package.json yarn.lock eslint.config.mjs eslint.airbnb-rules.mjs .yarnrc.yml .babelrc tsconfig.json /opt/homs/
COPY --chown=homs hbw/*.gemspec /opt/homs/hbw/
COPY --chown=homs hbw/lib/hbw/ /opt/homs/hbw/lib/hbw/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.oracle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV NLS_LANG=AMERICAN_RUSSIA.AL32UTF8
USER homs
WORKDIR /opt/homs

COPY --chown=homs Gemfile Gemfile.lock Rakefile config.ru package.json yarn.lock eslint.config.mjs .yarnrc.yml .babelrc tsconfig.json /opt/homs/
COPY --chown=homs Gemfile Gemfile.lock Rakefile config.ru package.json yarn.lock eslint.config.mjs eslint.airbnb-rules.mjs .yarnrc.yml .babelrc tsconfig.json /opt/homs/
COPY --chown=homs hbw/*.gemspec /opt/homs/hbw/
COPY --chown=homs hbw/lib/hbw/ /opt/homs/hbw/lib/hbw/

Expand Down
Loading
Loading