Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 23, 2023
1 parent 41d0c11 commit 29e3e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/ba-st/pharo-loader:v11.0.0 AS loader

COPY --chown=pharo:users ./source /opt/pharo/source
COPY --chown=pharo:users ./.git /opt/pharo/.git
RUN pharo metacello install gitlocal:///opt/pharo//opt/pharo/source BaselineOfSuperluminal --groups=Examples
RUN pharo metacello install gitlocal:///opt/pharo/source BaselineOfSuperluminal --groups=Examples

# Stage 2: Copy the resulting Pharo.image with our project loaded
# into a new docker image with just the vm
Expand Down

0 comments on commit 29e3e4e

Please sign in to comment.