Skip to content

Commit

Permalink
changing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 28, 2023
1 parent 9f08cb4 commit c22ab5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion generator/pio_lib_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def copy_to(src, dst):

print(client.api)
print(client.containers)
client.containers.run('ghcr.io/rcmast3r/ccoderdbc:main', './build/coderdbc -rw -noconfig -dbc /data/hytech.dbc -out /out -drvname '+drvname, environment=["PUID=1000", "GUID=1000"],volumes=[abs_path_to_dbc+":/data", generated_src_dir+":/out"], working_dir='/app')
client.containers.run('ghcr.io/rcmast3r/ccoderdbc:main', './build/coderdbc -rw -noconfig -dbc /data/hytech.dbc -out /out -drvname '+drvname,group_add=["1000"], environment=["PUID=1000", "GUID=1000"],volumes=[abs_path_to_dbc+":/data", generated_src_dir+":/out"], working_dir='/app')

print("hello from lib2")
1 change: 0 additions & 1 deletion third-party/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ WORKDIR /app

# Build the CMake project
RUN cmake -S src -B build
RUN mkdir -p /out && chmod a+rw /out

RUN cmake --build build --config release
# Cleanup unnecessary packages and files
Expand Down

0 comments on commit c22ab5f

Please sign in to comment.