Skip to content

Commit

Permalink
Remove conf from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andersstandal committed Jun 26, 2024
1 parent 5ce27be commit db60aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /app

# Copy the built jar file from the build stage
COPY --from=build /home/gradle/src/build/libs/*.jar /app/backend.jar
COPY config.properties /app/
COPY application.properties /app/

# Specify the command to run the application
Expand Down
2 changes: 2 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Set up as follows:
Working directory: <root of project>/backend
Use classpath of module: spire-kk.backend.main

Set the environment variable `AIRTABLE_ACCESS_TOKEN` in `Run -> Edit Configurations...`. You can get the value from one of your teammates.

## Run the application

To set up an IntelliJ project, New Project from existing sources -> <root directory
Expand Down

0 comments on commit db60aec

Please sign in to comment.