We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72bc36f + 7f13428 commit 83dad7fCopy full SHA for 83dad7f
.devcontainer/Dockerfile
@@ -29,6 +29,7 @@ COPY activerecord/activerecord.gemspec /tmp/rails/activerecord/
29
COPY activestorage/activestorage.gemspec /tmp/rails/activestorage/
30
COPY activesupport/activesupport.gemspec /tmp/rails/activesupport/
31
COPY railties/railties.gemspec /tmp/rails/railties/
32
+COPY tools/releaser/releaser.gemspec /tmp/rails/tools/releaser/
33
# Docker does not support COPY as users other than root. So we need to chown this dir so we
34
# can bundle as vscode user and then remove the tmp dir
35
RUN chown -R vscode:vscode /tmp/rails
0 commit comments