Skip to content

Commit

Permalink
Flyttet setting-fil til docker-fil-mappe (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Jan 8, 2024
1 parent ed6538c commit 6ef72bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and push to Docker Hub
uses: docker/[email protected]
with:
context: .
context: ./${{ matrix.config.name }}/.
file: ./${{ matrix.config.name }}/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

USER 1000

COPY .config/code-server-settings.json ./.local/share/code-server/User/settings.json
COPY settings.json ./.local/share/code-server/User/settings.json

ARG R_LIBS_USER=/home/coder/.config/R/library:/home/coder/R/library
ENV R_LIBS_USER=${R_LIBS_USER}
Expand Down
File renamed without changes.

0 comments on commit 6ef72bf

Please sign in to comment.